ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / EnumDefaultExportSetting<T> Class / Value Property

In This Topic
    Value Property (EnumDefaultExportSetting<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Value As Nullable(Of T)
    public Nullable<T> Value {get; set;}
    See Also